ShowSelectAllCheckbox Property (MultiSelectListBox<T>)
In This Topic
Gets or sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
Syntax
'Declaration
Public Property ShowSelectAllCheckbox As System.Boolean
'Usage
Dim instance As MultiSelectListBox(Of T)
Dim value As System.Boolean
instance.ShowSelectAllCheckbox = value
value = instance.ShowSelectAllCheckbox
public System.bool ShowSelectAllCheckbox {get; set;}
public read-write property ShowSelectAllCheckbox: System.Boolean;
public function get,set ShowSelectAllCheckbox : System.boolean
public: __property System.bool get_ShowSelectAllCheckbox();
public: __property void set_ShowSelectAllCheckbox(
System.bool value
);
public:
property System.bool ShowSelectAllCheckbox {
System.bool get();
void set ( System.bool value);
}
See Also